

.main .new .left, .right {
	overflow: hidden;
	position: relative;
}
*{
	margin: 0;
	padding: 0;
}

ul{
	list-style: none;
}

a{
	text-decoration: none;
}

.clearfix:after{
	display:block;
	content:"";
	clear:both;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.conter{
	width: 1260px;
	margin: 0 auto;
	margin-bottom:20px;
	margin-top: -30px;
}

.main .new .text{
	width: 100%;
	box-sizing: border-box;
	background: linear-gradient(rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.95) 100%);
	padding: 30px;
	position: absolute;
	bottom: -60px;
	left: 0;
	transition: all .5s;
}

.main .new .text p {
	margin: 5px 0;
}

.main .new .text .cate {
	color: #fff;
	font-size:20px;
	font-weight:bold;
	line-height: 1.0;
}

.main .new .text .name {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.main .new .text a {
	display: block;
	margin-top: 40px;
	color: #fff;
}
.main .new .text a span{
	margin-left: 10px;
	color: #f00;
}
.main .new .new1-content {
	margin: 20px 0;
}

.main .new .new1-content .left,
.right {
	max-height: 615px;
}

.main .new .new1-content .left img {
	height: 615px;
}

.main .new .new1-content .right img {
	height: 615px;
}

.main .new .new2-content {
	margin: 20px 0;
}

.main .new .new2-content .left,
.right {
	max-height: 615px;
}

.main .new .new2-content .left img {
	height: 615px;
}

.main .new .new2-content .right img {
	height: 615px;
}

.main .new .new3-content {
	display: flex;
	justify-content: space-between;
}

.main .new .new3-content .left {
	max-height: 368px;
	width:240px;
}

.main .new .new3-content .left img {
	height: 368px;
	width:240px;
}

.main .new img {
	transition: .5s all;
}

.main .new .left:hover img{
	transform: scale(1.08);
}
.main .new .left:hover .text{
	position: absolute;
	bottom: 0;
}
.main .new .right:hover img{
	transform: scale(1.08);
}
.main .new .right:hover .text{
	position: absolute;
	bottom: 0;
}



@media all and (max-width:1259px){

.conter{width: 100%!important;}
.right {
	width:100%!important;
	max-height: 415px;
}

.main .new .new2-content .left img {
	width:100%!important;
	height: 415px;
}
.main .new .new3-content .left {
	width:100%!important;
	max-height: 293px;
}

.main .new .new3-content .left img {
	width:100%!important;
	height: 293px;
}


}

@media all and (max-width:768px){
.conter{ width:100%; margin-top:20px; margin-bottom:20px;}
.name{ display:none;}
.new3-content{ display:none;}
.main .new .new2-content .right{ margin-top:20px;}
.main .new .new2-content .right img{ height:215px;}
.main .new .text .cate{ font-size:12px; line-height:16px;}
.main .new .new2-content {
	margin-bottom: 20px!important;
}


.main .new .new3-content .left img {
	height: 310px;
	width:500px!important;
}


}